;;; QQ: 67762207
% 100
+10
+11
+15
+53
[@main]
#IF
checkpkpoint 2

#SAY
Combative people like you standing in front of their shops, other guests did not dare come. Please leave.\\
<Close/@exit>

#ELSESAY
Welcome. What I do for you?\\
(FCOLOR/10) bulk <buy/@buy + (Armor Class)> Armor (FCOLOR/12) \
<Buy/@buy> Armor \
<Sell/@sell> Armor \
<Repair/@repair> Armor\\
<Clothing production and decomposition/@ClothesProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest>\\
<Abandoned/@exit>
[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@buy]
#SAY
What to buy?\\ \
<Pre-step/@main>

[@sell]
#SAY
Clothes to sell out, and I'll give you the valuation estimate. \
... Helmets and hats can be willing to sell if sold on the bar here.\\
<Pre-step/@main>

[@repair]
#SAY
Can repair clothes, helmets, hats.\\ \
<Pre-step/@main>

[~@repair]
#SAY
Repair of the reasonably well.\\ \
<Pre-step/@main>

[goods]


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
Check [112] 1
Check [312] 0

#SAY
<On the task of dialogue./@CALL_AreQuest12_next> \
#ACT
Mov D0 1

#IF
Check [102] 1
Check [302] 0

#SAY
<On the task of dialogue./@CALL_AreQuest_18> \
#ACT
Mov D0 1

#IF
Check [107] 1
Check [307] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest7> \
#ACT
Mov D0 1


#IF
! Equal D0 1
#ACT
goto @ NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ I have is to follow the latest popular beach dry goods dealers.\\
_ <Close/@exit>


[@CALL_AreQuest12_next]
#CALL [AreaQuest\ChoBoGuide12\ChoBoGuide12.txt] @Bichon_Bangagusnag_31

[@CALL_AreaQuest7]
#CALL [AreaQuest\ChoBoGuide7\ChoBoGuide7.txt] @Bichun_bangagu_25

[@CALL_AreQuest_18]
#CALL [AreaQuest\ChoBoGuide2\ChoBoGuide2.txt] @Basic2_Musa_18

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem

[@ClothesProduce]
#CALL [ProduceSystem\Clothes\ClothesMain.txt] @Clothesmain
;;; QQ: 67762207
------